func runtime.isGoPointerWithoutSpan

5 uses

	runtime (current package)
		mcleanup.go#L111: 		if isGoPointerWithoutSpan(unsafe.Pointer(ptr)) {
		mfinal.go#L295: func isGoPointerWithoutSpan(p unsafe.Pointer) bool {
		mfinal.go#L459: 		if isGoPointerWithoutSpan(e.data) {
		mheap.go#L2485: 		if isGoPointerWithoutSpan(unsafe.Pointer(p)) {
		mheap.go#L2636: 		if isGoPointerWithoutSpan(p) {